home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / GMP3 / GMP3.exe / 0 / RCDATA / TF_INSPECTOR / TF_INSPECTOR.txt
Encoding:
Text File  |  1998-05-24  |  3.0 KB  |  133 lines

  1. object f_Inspector: Tf_Inspector
  2.   Left = 219
  3.   Top = 178
  4.   Width = 505
  5.   Height = 354
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   BorderStyle = bsSizeToolWin
  10.   Caption = 'Properties Editor'
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OnClose = FormClose
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PaintBox1: TPaintBox
  24.     Left = 320
  25.     Top = 1
  26.     Width = 5
  27.     Height = 323
  28.     Cursor = crHSplit
  29.     OnMouseDown = PaintBox1MouseDown
  30.     OnMouseMove = PaintBox1MouseMove
  31.     OnMouseUp = PaintBox1MouseUp
  32.   end
  33.   object Button1: TSpeedButton
  34.     Left = 337
  35.     Top = 34
  36.     Width = 25
  37.     Height = 25
  38.     Cursor = crArrow
  39.     Caption = '∩┐╜∩┐╜∩┐╜'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Visible = False
  47.     OnClick = Button1Click
  48.   end
  49.   object TreeView1: TTreeView
  50.     Left = 0
  51.     Top = 1
  52.     Width = 320
  53.     Height = 326
  54.     ReadOnly = True
  55.     Indent = 19
  56.     OnExpanding = TreeView1Expanding
  57.     OnCollapsing = TreeView1Collapsing
  58.     OnChange = TreeView1Change
  59.     TabOrder = 0
  60.     OnDblClick = TreeView1DblClick
  61.   end
  62.   object PageControl1: TPageControl
  63.     Left = 325
  64.     Top = 1
  65.     Width = 172
  66.     Height = 325
  67.     ActivePage = TabSheet1
  68.     TabOrder = 1
  69.     object TabSheet1: TTabSheet
  70.       Caption = 'Properties'
  71.       object Label1: TLabel
  72.         Left = 7
  73.         Top = 8
  74.         Width = 98
  75.         Height = 13
  76.         Caption = 'This object is invalid.'
  77.       end
  78.       object ListBox1: TListBox
  79.         Left = 0
  80.         Top = 0
  81.         Width = 164
  82.         Height = 297
  83.         Align = alClient
  84.         Color = clBtnFace
  85.         ItemHeight = 16
  86.         Style = lbOwnerDrawFixed
  87.         TabOrder = 0
  88.         OnDblClick = ListBox1DblClick
  89.         OnDrawItem = ListBox1DrawItem
  90.         OnKeyDown = ListBox1KeyDown
  91.         OnMouseDown = ListBox1MouseDown
  92.         OnMouseMove = ListBox1MouseMove
  93.         OnMouseUp = ListBox1MouseUp
  94.       end
  95.       object Edit1: TEdit
  96.         Left = 25
  97.         Top = 65
  98.         Width = 121
  99.         Height = 19
  100.         BorderStyle = bsNone
  101.         Ctl3D = False
  102.         ParentCtl3D = False
  103.         TabOrder = 1
  104.         Text = 'Edit1'
  105.         Visible = False
  106.         OnExit = Edit1Exit
  107.         OnKeyDown = Edit1KeyDown
  108.         OnMouseDown = Edit1MouseDown
  109.       end
  110.     end
  111.     object TabSheet2: TTabSheet
  112.       Caption = 'Events'
  113.       object ListBox2: TListBox
  114.         Left = 0
  115.         Top = 0
  116.         Width = 164
  117.         Height = 300
  118.         TabStop = False
  119.         Align = alClient
  120.         Color = clBtnFace
  121.         ItemHeight = 16
  122.         Style = lbOwnerDrawFixed
  123.         TabOrder = 0
  124.         OnDblClick = ListBox2DblClick
  125.         OnDrawItem = ListBox2DrawItem
  126.         OnMouseDown = ListBox2MouseDown
  127.         OnMouseMove = ListBox1MouseMove
  128.         OnMouseUp = ListBox1MouseUp
  129.       end
  130.     end
  131.   end
  132. end
  133.